You are here: Understanding the Meridian functions > DebugAssert function

DebugAssert function

During VBScript debugging, displays a message if the specified condition fails.

Syntax

DebugAssert(Condition As Boolean, FalseMessage As String)
Parameters
Name Description

Condition

A conditional expression to evaluate.

FalseMessage

The message to display.

Remarks

Not available for Web Access.

Related concepts

Understanding the Meridian functions